#header{
	position: relative;
}

#logo a{
	float: left;
	background-position: 0 0;
	background: url("/static/img/logo_back.gif") no-repeat;
	width: 120px;
	height: 32px;
	display: block;
}

a.changeCity:link,a.changeCity:visited{
	color: #00F;
}

a.changeCity:hover,a.changeCity:active{
	color: #FFF;
	background-color: #00F;
}

a#dropMenu{
	background: url("/static/img/icn_menarrwdrpdwn_regular.gif") center right no-repeat;
	padding-right: 20px;
}

a#dropMenu:hover,a#dropMenu:active{
	background-color: #fff;
	color:#000;
}

a#NewMail{
	background: url("/Comm/images/icn_newmail.gif") no-repeat;
	padding-left: 18px;
	background-position: center left;
}

a#NoMail{
	background: url("/Comm/images/icn_nomail.gif") no-repeat;
	padding-left: 18px;
	background-position: center left;
}

.quickNav{
	float: left;
	width: 100%;
	color: #fff;
	background: #000;
	position: relative;
}

.quickNav a{
	color: #fff;
}

.quickNav a:hover{
	background: #fff;
	text-decoration: none;
	color:#000;
}

.leftMenu{
	position:absolute;
	top: 0;
	left: 130px;
	padding: 8px 0 8px 10px;
}

.rightMenu{
	position: absolute;
	top: 0;
	right: 30px;
	padding: 8px 0;
}

.rightMenu a{
	padding-left:3px;
}

#topNav{
	margin: 10px auto 0 auto;
	white-space: nowrap;
	padding: 8px 10px 7px 10px;
	text-align: center;
	position: relative;
}

#topNav li {
	display: inline;
	margin-right: 5px;
}

#topNav li a{
	padding: 7px 10px 6px 10px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #333;
	border-bottom: 0;
}

#topNav li a#active{
	background: #fff;
	color: #ff6633;
	color: #ff6633!important;
	font-weight: bolder;
	border-bottom: 2px solid #fff;
	text-decoration:underline;
}

#topNav li a:hover {
	background: #333;
}

#cloud{
	width: 350px;
	height: 60px;
	clear: both;
	padding-top: 50px;
	background-position: center 0;
	background-repeat: no-repeat;
	background: url("/static/img/cloud.png")!important;
	background-image: none;
	filter: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/cloud.png", sizingMethod="image");
	font-size: 15px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.com_g
{
	 
	width:0px; height:0px; overflow:hidden; margin-bottom:10px;
	 border-right:6px solid #fff;border-bottom:6px solid #000;border-left:6px solid #fff;
}
#cloud_no{
	width: 350px;
	height: 21px;
	clear: both;
	padding-top: 20px;
	padding-bottom:10px;
	background-position: center 0;
	font-size: 15px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	
}

.colorSwitch{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 140px;
	padding: 5px 0px 5px 15px;
	background-repeat: no-repeat;
	background-position: right 0;
	background-image: url(/static/img/colorswitch.gif);
}
.colorSwitch a{
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	float:left;
	margin-right: 5px;
}

.orange_back{
	background: url("/static/img/orange_back.gif") bottom left;
}

.orange_back li a{
	background: #FF6633;
}
.white_back{
	background: url("/static/img/white_back.gif");
	background-position:0  bottom;
	height:125px;
	
}

.white_back li a{
	background: #FFFFCF;
	color:#FF9930;
	color:#383435 !important;
	
}
.white_back li a:hover{
	background: #FFFFCF;
	color:#fff !important;
}

.blue_back{
	background: url("/static/img/blue_back.gif") bottom left;
}

.blue_back li a{
	background: #3366ff;
}

.pink_back{
	background: url("/static/img/pink_back.gif") bottom left;
}

.pink_back li a{
	background: #CC0099;
}

.green_back{
	background: url("/static/img/green_back.gif") bottom left;
}

.green_back li a{
	background: #009900;
}

.purple_back{
	background: url("/static/img/purple_back.gif") bottom left;
}

.purple_back li a{
	background: #660099;
}
#cMenuI
{
	width: 110px;
	border: 1px solid black;
	background:#fff;
	display:none;
	position:absolute;
	}
#cMenuI a
{
	background: #fff;
	margin:1px 4px;
	padding:1px 0px;
	color: #000;
	padding: 2px;
	display: block;
	width:99px;
}
#cMenuI a:hover
{
	background: #000;
	color: #fff;
	text-decoration:none;
}

#uMenuI
{
	width: 120px;
	border: 1px solid black;
	background:#fff;
	position:absolute;
	margin:0;
	display:none;
	z-index:100;
	}
#uMenuI a
{
	margin:1px 4px;
	padding:1px 0px;
	background: #fff;
	color: #000;
	display: block;
	width:112px;
}
#uMenuI a:hover
{
	background: #111;
	color: #fff;
	text-decoration:none;
}
.moreInfo
{
	table-layout:fixed;
	word-wrap: nowrap;
	word-break: break-all;
}
.dropMenu
{
	padding-right:15px;
	background: url(/static/img/downarrow2.gif) no-repeat center right;
}
a.dropMenu:hover
{
	background: url(/static/img/downarrow2.gif) no-repeat center right;
}

