* {
	margin:0;
	padding:0;
}
img, div, a, hover, input, ul, li,li a{ behavior: url(iepngfix.htc) }
a img {
	border:none;
}
#branding {
    font-size:small;
	font-family:trebuchet ms, arial, verdana, sans-serif;
	float:left;
	text-align:left;
	width:920px;	
	position:relative;
	z-index:9999;
}
#branding #tabs {
	float:left;
	width:758px;
	margin:0 7px 0 0;
	list-style-type:none;
}
#branding #tabs li {
	float:left;
	height:35px;
	margin:13px 3px 0 0;
}
#branding #tabs li#home {
	height:61px;
	width:208px;
	margin-top:-13px;
}
#branding #tabs li#smb {
	width:182px;
}
#branding #tabs li#web {
	width:170px;
}
#branding #tabs li#cs {
	width:87px;
}
#branding #tabs li#edu {
	width:99px;
	margin-right:0;
}
#branding #tabs li a {
	float:left;
	height:35px;
	text-indent:-9999px;
	outline:none;
}
#branding #tabs li#home a {
	height:61px;
	width:208px;
	background:transparent url(../../../img/backgrounds/navigation/ns-tab-home.gif) no-repeat 0 0;
}
#branding #tabs li#home a:hover {
	background-position:0 -61px;
}
#branding #tabs li#home.active a {
	background-position:0 -122px;
}
#branding #tabs li#smb a {
	width:182px;
	background:transparent url(../../../img/backgrounds/navigation/ns-tab-secondary.gif) no-repeat 0 0;
}
#branding #tabs li#smb a:hover {
	background-position:0 -35px;
}
#branding #tabs li#smb.active a {
	background-position:0 -70px;
}
#branding #tabs li#web a {
	width:170px;
	background:transparent url(../../../img/backgrounds/navigation/ns-tab-secondary.gif) no-repeat -182px 0;
}
#branding #tabs li#web a:hover {
	background-position:-182px -35px;
}
#branding #tabs li#web.active a {
	background-position:-182px -70px;
}
#branding #tabs li#cs a {
	width:87px;
	background:transparent url(../../../img/backgrounds/navigation/ns-tab-secondary.gif) no-repeat -352px 0;
}
#branding #tabs li#cs a:hover {
	background-position:-352px -35px;
}
#branding #tabs li#cs.active a {
	background-position:-352px -70px;
}
#branding #tabs li#edu a {
	width:99px;
	background:transparent url(../../../img/backgrounds/navigation/ns-tab-secondary.gif) no-repeat -439px 0;
}
#branding #tabs li#edu a:hover {
	background-position:-439px -35px;
}
#branding #tabs li#edu.active a {
	background-position:-439px -70px;
}
#branding #sitesearch {
	float:left;
	width:auto;
	height:auto;
	margin:16px 0 0;
	padding:0;
	background:none;
}
#branding #sitesearch form {
	float:left;
	background:none;
}
#branding #sitesearch form input {
	float:left;
}
#branding #sitesearch form input.form-single {
	height:25px;
	width:139px;
	margin:0 3px 0 0;
	padding:6px 0 0 5px;
	font-size:12px;
	color:#777;
	border:none;
	background:transparent url(../../../img/backgrounds/navigation/tabbed-ns-site-search-bg.gif) no-repeat 0 0;
}
#branding ul#nav {
	float:left;
	height:36px;
	width:926px;
	padding:0 7px;
	list-style-type:none;
	background:transparent url(../../../img/backgrounds/navigation/ns-nav-bg.gif) no-repeat 0 0;
}
#branding ul#nav li {
	float:left;
	font-size:13px;
	font-weight:bold;
	position:relative;
}
#branding ul#nav li a {
	float:left;
	margin:10px 0;
	color:#000;
	text-decoration:none;
}
#branding ul#nav li.active a {
	margin:6px 0 0;
	cursor:pointer;
	color:#A0CA25;
	background:#5F5F5F url(../../../img/backgrounds/navigation/ns-nav-hover-bg-b.gif) no-repeat right top;
}
#branding ul#nav li span {
	float:left;
	height:17px;
	padding:0 12px;
	border-left:1px solid #C8DD7F;
	border-right:1px solid #629110;
	background:transparent url(../../../img/backgrounds/navigation/twiddle.gif) no-repeat 3px 7px;
}

#branding ul#nav li.first span {
	padding:0 12px 0 13px;
	border-left:none;
	background:none;
	}
	
#branding ul#nav li.cap span {
	padding:0 13px 0 12px;
	border-right:none;
}
#branding ul#nav li.active span {
	height:26px;
	padding:4px 13px 0;
	border:none;
	background:transparent url(../../../img/backgrounds/navigation/ns-nav-hover-bg-a.gif) no-repeat 0 0;
}

#branding ul#nav li ul.subnav {
	display:none;
	width:220px;
	padding:10px;
	position:absolute;
	top:35px;
	left:0;
	list-style-type:none;
	background-color:#000;
}
#branding ul#nav li ul.subnav li {
	float:none;
	padding:5px 0;
	font-size:12px;
	font-weight:normal;
	line-height:1.2;
	border-top:1px solid #212121;
	border-bottom:1px solid #212121;
}
#branding ul#nav li ul.subnav li.first {
	border-top:none;
}
#branding ul#nav li ul.subnav li.cap {
	border-bottom:none;
}
#branding ul#nav li ul.subnav li.all {
	font-style:italic;
}
#branding ul#nav li ul.subnav li a {
	float:none;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#FFF;
	background:none;
}
#branding ul#nav li ul.subnav li a:hover {
	color:#A0CA25;
}
#branding ul#nav li ul.subnav li a em {
	color:#A0CA25;
	text-transform:uppercase;
	}
	
	
#branding ul#nav li.active.cap ul.subnav {
	left:-119px;
}
#branding ul#nav li.active.cap ul.subnav.standard {
	left:0;
}
#wrapper .container .userStatus {
	float:right;
	font-size:11px;
	color:#777;
	margin:0 20px;
}
#wrapper .container .userStatus a.createUser {
	margin-left:7px;
	padding-left:7px;
	border-left:1px solid #BBB;
}
#wrapper #masthead #global #currencyswitcher {
	width:170px;
	height:19px;
	float:right;
	margin:2px 10px 0 0;
	position:relative;
	z-index:10000;
}
#wrapper #masthead #global #currencyswitcher #currencybox {
	height:12px;
	width:146px;
	padding:3px 20px 4px 4px;
	overflow:hidden;
	white-space:nowrap;
	background:url(../../../images/common/comboboxbg.gif) no-repeat;
	font-size:11px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	cursor:default;
}
#wrapper #masthead #global #currencyswitcher #currencybox:hover {
	background:url(../../../images/common/comboboxbghover.gif) no-repeat;
}
#wrapper #masthead #global #currencyswitcher #currencybox img#flagtype {
	vertical-align:text-top;
	margin-top:1px;
}
#wrapper #masthead #global #currencyswitcher #currencyselect {
	width:172px;
	font-size:11px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #363636;
	position:absolute;
	left:0;
	top:19px;
	display:none;
	z-index:10001;
}
#wrapper #masthead #global #currencyswitcher #currencyselect table {
	width:172px;
}
#wrapper #masthead #global #currencyswitcher #currencyselect table td {
	vertical-align:middle;
	height:16px;
	cursor:default;
}
#wrapper #masthead #global #currencyswitcher #currencyselect table td.currencyicon {
	padding:0px 3px;
	width:16px;
}
#wrapper #masthead #global #currencyswitcher #currencyselect table td.currencytype {
	width:100px;
}
#wrapper #masthead #global #currencyswitcher #currencyselect table td.currencycode {
	width:30px;
	text-align:left;
	color:#ACACAC;
}
#wrapper #masthead #global #currencyswitcher #currencyselect table td.currencysymb {
	width:20px;
	font-weight:bold;
	text-align:center;
}
#wrapper #masthead #global #currencyswitcher #curdisclaimer {
	display:none;
	position:absolute;
	left:0;
	top:20px;
	width:280px;
	background:#FCFCD3;
	color:#666;
	border:1px solid #363636;
	z-index:10002;
}
#wrapper #masthead #global #currencyswitcher #curdisclaimer-x {
	float:right;
	padding:6px;
	cursor:pointer;
}
#wrapper #masthead #global #currencyswitcher #curdisclaimer-title {
	margin:0;
	margin-bottom:6px;
	background:#EAE9C9;
	padding:6px 10px;
	font-weight:bold;
	color:#790000;
}
#wrapper #masthead #global #currencyswitcher p.curdisclaimer-body {
	margin:0;
	padding:0 10px 6px 10px;
}

.winm{background:url../../../img/backgrounds/navigation/windowsIcon.gif) no-repeat;}
.brandingMwrapper{ padding:0 10px 20px 10px;}
