/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* -----
Main navigation
----- */
#we-navigation {
background:#F4F7F7 url(http://www.whatever-company.com/img/bg-home.gif) repeat-x scroll 0 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 1.25em;
line-height: 1.25;

}

#nav2{
	background: transparent url('http://www.whatever-company.com/img/tab-menu.png') no-repeat -40px 0;
	height: 40px;
	z-index: 10;
        margin: 0 auto;
        width: 1000px;
}
/* main navigation*/
#main-nav2{
	display:inline-block;
	width: 400px;
	height:30px;
	padding: 13px 0 0 8px;
}
#main-nav2 li{
	list-style-type: none;
	font-size: 0.75em;
	padding:5px 0 5px 0;
	color: #445C68;
}
#main-nav2 li a{
	color: #445C68;
}
#main-nav2 li.whatever{
	display: inline;
	height:100px;
	list-style-type: none;
	padding-left:30px;
	background: transparent url('http://www.whatever-company.com/img/whatever-logo.png') no-repeat 0 3px;
	color:white;
}
#main-nav2 li.whatever a{
	color:white;
}
#main-nav2 li.knowledge-plaza{
	display: inline;
	height:100px;
	list-style-type: none;
	padding-left:31px;
	background: transparent url('http://www.whatever-company.com/img/kp-logo-small.png') no-repeat 8px 3px;
	color:white;
}
#main-nav2 li.microplaza{
	display: inline;
	height:100px;
	list-style-type: none;
	padding-left:25px;
	background: transparent url('http://www.whatever-company.com/img/mp-logo-small.png') no-repeat 5px 3px;
	color:white;
}

/* sub navigation */
#sub-nav2{ 
	float: right;
	display: inline;
	width:270px;
	height: 30px;
	padding-top: 11px;
}
#sub-nav2 li{
	display: inline;
	list-style-type: none;
	font-size: 0.75em;
	margin-left:7px;
	color: #445C68;
}
#sub-nav2 li a{
	color: #445C68;
	font-weight: bold;
}
#sub-nav2 li a:hover{
	color: #445C68;
	text-decoration:none;
	border-bottom:2px solid #cbebef;
	font-weight: bold;
}
#sub-nav2 .active{
	font-weight:bold;
	border-bottom:2px solid #cbebef;
}
