#nav,#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}

a.inner {
	background-color: #f90;
}

a.inner:HOVER{
	background-color: #ffd390;
	color: #f90 !important;
}

#nav a {
	display: block;
	padding: 0px 2px;
	/*border: 1px solid #ff9900;*/
font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	/*background-color: #fff;*/
	text-decoration: none;
}

#nav a:hover {
	/*background-color: #ffd390;
	color: #ffd390;*/
	color: #ffd390;
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 1.5em;
}

#nav li ul a {
	width: 12em;
	height: auto;
	float: left;
}

#nav ul ul {
	top: auto;
}

#nav li ul ul {
	left: 12em;
	margin: 0px 0 0 2px;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul
	{
	display: block;
}

/**
 * 
 */

#tlc, #trc { zoom: 1 }


#box
	{
	background-color:#FF9900;
	padding:0;
	position:relative;
	text-align:left;
	}
 	
#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/bl.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/br.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
#box_content {
	text-align: center;
	padding:0px 20px;
	cursor: pointer;
	
}
