﻿*{outline: none;}
img {border: 0;}
.container {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 0.9em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	margin-top:-1px;
	height: 21px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; 	height: 21px; 	margin-top:-1px; }
ul#topnav a.home {
	background: url(../images/base/nav_home.png) no-repeat;
	width: 70px; 
}
ul#topnav a.about {
	background: url(../images/base/nav_about.png) no-repeat;
	width: 82px; 
}
ul#topnav a.hot {
	background: url(../images/base/nav_hot.png) no-repeat;
	width: 82px; 
}
ul#topnav a.prepaid {
	background: url(../images/base/nav_prepaid.png) no-repeat;
	width: 82px; 
}
ul#topnav a.postpaid {
	background: url(../images/base/nav_post.png) no-repeat;
	width: 82px; 
}

ul#topnav a.broadband {
	background: url(../images/base/nav_broadband.png) no-repeat;
	width: 82px; 
}

ul#topnav a.accessories {
	background: url(../images/base/nav_accessories.png) no-repeat;
	width: 85px; 
	overflow:visible;
}
ul#topnav a.showcase {
	background: url(../images/base/nav_showcase.png) no-repeat;
	width: 85px; 
}
ul#topnav a.data {
	background: url(../images/base/nav_data.png) no-repeat;
	width: 85px; 
}

ul#topnav a.opportunities {
	background: url(../images/base/nav_opportunities.png) no-repeat;
	width: 85px; 
}
ul#topnav a.shop {
	background: url(../images/base/nav_shop.png) no-repeat;
	width: 82px; 
}
ul#topnav a.business {
	background: url(../images/base/nav_biz.png) no-repeat;
	width: 78px; 
}


ul#topnav li .sub {
	background-position: bottom;
	position: absolute;
	top: 21px;
	left: 0;
	padding: 15px 1px 15px 15px;
	float: left; /*--Bottom right rounded corner--*/;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; /*--Bottom left rounded corner--*/;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-image: url('../images/base/sub_slice.jpg');
	background-repeat: repeat-x;
	background-color: #FEFEFE;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	z-index: 1;
	font-size: small;
	font-family: calibri, arial;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: blue;
}
ul#topnav .sub ul li h2 {
	padding: 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: red;	
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: red;
}

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/base/nav_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: black;
}
ul#topnav .sub ul li a:hover {color: red; background-position: 5px 12px ;}
.word {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	list-style-type: disc;
}


