/*******************************
* navbar background
*******************************/
#smartt_navbar {
	background: url('http://www.marketingsmartt.com/wp-content/themes/Marketing-Smartt/images/navbar.png');
	font-family: Arial, Tahoma, Verdana;
	width: 920px;
	height: 40px;
	color: #FFFFFF;
	margin: 0px auto 10px;
	padding: 0px 0px 0px 0px;
	}

ul#smartt_nav {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	list-style: none;
}

ul#smartt_nav li {
	float: left;
}
	
ul#smartt_nav li a, ul#smartt_nav li a:visited {
	color: #464646;
	display: block;
	text-decoration: none;
	font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 2px 0px;
	padding: 11px 20px 11px 20px;
        border-right: 1px solid #CCCCCC;
	}
	
ul#smartt_nav li a:hover {
        background: url(images/nav-bg.png);
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        margin: 0px 0px 2px 0px;
	padding: 11px 20px 11px 20px;
        border-right: 1px solid #CCCCCC;
	}

/*******************************
* sub navbar
*******************************/

ul#smartt_nav li .smartt_sub {
	position: absolute;
	background: #F2F2F2;
	display: none;
}

ul#smartt_nav li .smartt_sub ul{
	position: absolute;
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
	z-index:999;
}


ul#smartt_nav li .smartt_sub ul li {
	background: #F2F2F2;
	position: relative;
	float: left;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	display: block;
	width: 190px;
	z-index:999;
}


ul#smartt_nav li .smartt_sub ul li a, ul#smartt_nav li .smartt_sub ul li a:visited {
	background: #F2F2F2;
	width: 190px;
        font-size: 12px;
	font-weight: normal;
        color: #000000;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border: 0px solid #C0C0C0;
}

ul#smartt_nav li .smartt_sub ul li a:hover {
	background: #666666;
	color: #FFFFFF;
}

/*******************************
* description popup
*******************************/
.smartt_sub_desc_right {
	width: 200px;
	position: absolute;
	height: 136px;
	color: #ffffff;
	font-size: 11px;
	left: 210px;
	top: 0px;
	display: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	background-color: #666666;
	background-image: url(/wp-content/themes/Marketing-Smartt/images/menuBG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1000;
}


.smartt_sub_desc_left {
	width: 300px;
	position: relative;
	height: 300px;
	background: #EEEEEE;
	color: #800000;
	right: 200px;
	top: 0px;
	display: none;
	padding-left:15px; padding-right:15px; padding-top:8px; padding-bottom:8px;
	z-index: 1000;
}