/*Main Navbar */

#navigation2 {
	color:#FFFFFF;
	float:right;
	padding:0;
	position:relative;
	right:12px;
	top:-266px;
	display:inline;
	height: 35px;
	/*margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;*/
	width:auto;
}

/* Dropdown Menus */		
ul.new li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: auto;
	margin-top:35px;
	background-image: none;	/*border-bottom: 1px solid #a9a9a9;*/
	width:auto;
	}

ul.new li li {
	/*background-color: #3a58a8;*/
	border-bottom: 1px dashed #ffffff;
	background-image: url(images/ulnewlilibg.png);
	background-repeat: repeat;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	/*color:#FFF;*/
	}

#nav li li a:hover, #nav li li a:active {
	/*background:#000;*/
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left:251px;
	z-index:999;
}

a.main:hover{
	background:none;
}

/*Main Navbar */
ul.new {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	display: inline;
	*height:35px;
	height:35px;
}
ul.new li {
	float:left;
}
ul.new li a {
	float: left;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 15px 0 0;
	margin:0 8px 0 0;
	font: normal 16px;
	background: url("images/nav-bg-b-r.png") no-repeat top right;
	display:inline;
	height:35px;
}

ul.new li li a {
	background: none;
	font-size:14px;
	width:170px;
}
ul.new li a span {
background:transparent url("images/nav-bg-b-l.png") no-repeat scroll left top;
display:block;
height:35px;
margin-top:-10px;
padding:10px 5px 10px 15px;
}
ul.new li li a span {
	background:none;
}
ul.new li a:hover, ul.new li a.current {
 	color: #000000;
	background: url("images/nav-bg-o-r.png") no-repeat top right;
}
ul.new li li a:hover, ul.new li li a.current {
	background:none;
	background-color:#f0c335;
	color:#000000;
}

ul.new li a:hover span, ul.new li a.current span {
	background: url("images/nav-bg-o-l.png") no-repeat top left;
}
ul.new li li a:hover span, ul.new li li a.current span {
	background:none;
}
/*ul.new li a {
background: url(images/nav-bg-b-r.png) top right no-repeat;
display: inline;
padding: 10px 15px 0 0;
color: #FFFFFF;
text-decoration: none
}*/
/*ul.new li a span {
background: url(images/nav-bg-b-l.png) top left no-repeat;
display: inline;
padding: 10px 5px 10px 15px;
}*/
ul.new li a:hover {
background: url(images/nav-bg-o-r.png) top right no-repeat;
color: #FFF;
text-decoration: underline
}
ul.new li a:hover span {
background: url(images/nav-bg-o-l.png) top left no-repeat;
}

/*#home ul.new li.home a {
background: url(images/nav-bg-o-r.png) top right no-repeat;
color: #6a6a6a;
}
#home ul.new li.home a span {
background: url(images/nav-bg-o-l.png) top left no-repeat;
}*/