/* START NAVIGATION */

#multi-level {
	height:36px;
	position:relative;
	width:772px;
	background:#032E90 url(/wp-content/themes/goldenstate/images/multi-level_bg.jpg) repeat-x;
}

* html #multi-level * {
	margin:0;
	padding:0;
}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:arial, sans-serif;
	font-size:0.9em;
}
.menu {
	position:absolute;
	top:0;
	left:0;
	display:block;
}
.menu li {
	padding:0;
	margin:0;
}
/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
}
/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default top link link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:36px;
	padding:0;
}
.menu li.top a span {
	position:absolute;
	left:-9999px;
	top:0;
	z-index:0;
	font-size:10px;
} 
/* move the link text off screen */
/* pre-load the hover images into the lists */
.menu li.p1 {
	width:72px;
	background:url(/images/menu/m-1-over.gif) no-repeat;
}
.menu li.p2 {
	width:87px;
	background:url(/images/menu/m-2-over.gif) no-repeat;
}
.menu li.p3 {
	width:76px;
	background:url(/images/menu/m-3-over.gif) no-repeat;
}
.menu li.p4 {
	width:109px;
	background:url(/images/menu/m-4-over.gif) no-repeat;
}
.menu li.p5 {
	width:106px;
	background:url(/images/menu/m-4b-over.gif) no-repeat;
}
.menu li.p6 {
	width:98px;
	background:url(/images/menu/m-5-over.gif) no-repeat;
}
.menu li.p7 {
	width:94px;
	background:url(/images/menu/m-6-over.gif) no-repeat;
}
.menu li.p8 {
	width:130px;
	background:url(/images/menu/m-7-over.gif) no-repeat;
}
/* set up the normal unhovered images in the links */
.menu li a#home {
	width:72px;
	background:url(/images/menu/m-1.gif) no-repeat;
}
.menu li a#shop {
	width:87px;
	background:url(/images/menu/m-2.gif) no-repeat;
}
.menu li a#phones {
	width:87px;
	background:url(/images/menu/m-2.gif) no-repeat;
}
.menu li a#plans {
	width:76px;
	background:url(/images/menu/m-3.gif) no-repeat;
}
.menu li a#apps-store {
	width:109px;
	background:url(/images/menu/m-4.gif) no-repeat;
}
.menu li a#coverage {
	width:106px;
	background:url(/images/menu/m-4b.gif) no-repeat;
}
.menu li a#services {
	width:98px;
	background:url(/images/menu/m-5.gif) no-repeat;
}
.menu li a#support {
	width:94px;
	background:url(/images/menu/m-6.gif) no-repeat;
}
.menu li a#support {
	width:94px;
	background:url(/images/menu/m-6.gif) no-repeat;
}
.menu li a#online-bill-pay {
	width:130px;
	background:url(/images/menu/m-7.gif) no-repeat;
}
.menu li a#contact {
	width:130px;
	background:url(/images/menu/m-7.gif) no-repeat;
}
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility:visible;
} 
/* for IE6 */
.menu li:hover {
	position:relative;
	z-index:200;
}
/* for IE7 */
/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home, .menu li a#shop:hover, .menu li:hover a#shop, .menu li a#phones:hover, .menu li:hover a#phones, .menu li a#plans:hover, .menu li:hover a#plans, .menu li a#services:hover, .menu li:hover a#services, .menu li a#support:hover, .menu li:hover a#support, .menu li a#about:hover, .menu li:hover a#about, .menu li a#contact:hover, .menu li:hover a#contact, .menu li a#apps-store:hover, .menu li:hover a#apps-store
, .menu li a#coverage:hover, .menu li:hover a#coverage, .menu li a#online-bill-pay:hover, .menu li:hover a#online-bill-pay
 {
	background:transparent;
}
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
}
/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0;
	top:36px;
	background: #003ECF;
	padding:0;
	white-space:nowrap;
	width:140px;
	height:auto;
}
.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:140px;
}
.sub span.divider {
	color:#fff;
	text-align:center;
	margin:0 auto;
	width:100px;
}
.menu :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:140px;
	line-height:20px;
	text-indent:5px;
	color:#fff;
	text-decoration:none;
}
.menu :hover ul.sub li a.fly {
	background: url(/images/menu/arrow.gif) 135px 7px no-repeat;
}
.menu :hover ul.sub li a:hover {
	background:#032e90;
	color:#fff;
}
.menu :hover ul.sub li a.fly:hover {
	background:#D4781D url(/images/menu/arrow_over.gif) 135px 7px no-repeat;
	color:#fff;
}
.menu :hover ul li:hover > a.fly {
	background:#D4781D url(/images/menu/arrow_over.gif) 135px 7px no-repeat;
	color:#fff;
}
/* set up the flyout levels when hovering */
.menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul, .menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:145px;
	top:-4px;
	background: #FFFAE6;
	padding:3px 0;
	border:1px solid #888;
	white-space:nowrap;
	width:150px;
	z-index:200;
	height:auto;
	z-index:300;
}
/* End Navigation */

/* --------------------------------------------- */

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:99999;
}
#cssdropdown li {
	float:right;
	position: relative;
	margin:0!important;
	padding:0!important;
}
#cssdropdown li li {
	float:left;
	z-index:9999!important;
}
.mainitems a {
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	color:#000;
	font: 12px Arial, Helvetica, sans-serif!important;
}
.mainitems a:hover {
	color:#03c;
}

.subuls {
	display: none;
	width: 10em;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color:#B2BFDD;
	border: 1px solid #000;
	border-top:0 none;
}
.subuls li {
	width: 100%;
}
.subuls li a {
	text-decoration: none;
}
.subuls li a:hover {
	text-decoration:underline;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top:20px;
	left:-1px;
	z-index:9999!important;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}
.border-right {
	border-right:1px solid #000;
	margin-right:5px;
}
