#nav {
	position: relative;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 600px;
}

#nav li ul, #nav li ul {
}

#nav a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
}

#nav li { /*float the main list items*/
		/*margin: 0;*/
		float: right;
		display: block;
		/*padding-left: 0px;*/
}

#nav li ul {
		display: none;
}

#nav li.off ul, #nav li.on ul  {
	position: absolute;
	right: 0;
	width: 600px;
	/*padding: 0px;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
}

#nav li.on ul {
		background: #ff9900;
}

#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		/*background: #FFFFFF;*/ /*sub nav bg color*/
		height: 22px;
}

#nav li a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 96px;
	margin-right: 2px;		
	/*padding: 0;*/
}

/*#nav li.on a {
		color: #f90;
}*/

#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #ff9900;
		width: auto;
		margin-right: 12px
}

#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: ;/*subnav item color*/
}

#nav li.on ul {
		display: block;
}

#nav li.off:hover ul, #nav li.over ul { /*sub link*/
	display: block;
}

#nav li.off a:hover, #nav li.on a:hover { 
		color: #FFE991;
}
/*subnav formatting*/

	#nav li.off ul a, #nav li.on ul a {
	display: block;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}		

#nav li.on ul a {
	background: #ff9900;
}

/*main links*/
#li a {
	display: block;
	position: relative;
	height: 22px;
	color: #FFE991;	/*background-color:#FFFFFF;*/
}
#li.on:hover a, #li.over a { 
	/*background: url(../images/menu/tab_02.gif) no-repeat center bottom;*/
	color: #FFE991;
}

#noli a {
	display: block;
	position: relative;
	height: 22px;
	/*background-color:#FFFFFF;*/
}
	
/*main menu*/
div#container{
	width: 340px;
	min-width:300px;
	margin:0;
}

/*minitabs start here*/

ul#minitabs {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #FFE991;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	padding-right: 5;
	}
ul#minitabs li{
	display: inline;
	margin-right: 16px;
}
ul#minitabs a{
	text-decoration: none;
	/*padding: 0 0 3px;*/
  	/*border-bottom: 4px solid;*/
	color: #FFFFFF	}
/*ul#minitabs a#current{
	border-color: #F60;
	color:#06F
	}*/
ul#minitabs a:hover{
	border-bottom: 2px solid #FFE991;
	color: #FFE991;
}
