.shadetabs{
padding: 4px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 13px tahoma;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1000;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #dddddd;
	color: #636363;
	background: white url("images/graphics/shade.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

.shadetabs li a:visited{
color: #636363;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li a.selected, .shadetabs li a:hover{ /*selected main tab style */
position: relative;
top: 4px;
}

.shadetabs li a.selected, .shadetabs li a:hover{ /*selected main tab style */
background-image: url('img/graphics/shadeactive.gif');
border-bottom: 0px;
color: #2b2b2b;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



#top {
	position:fixed;
	z-index:1000;
	width:100%;
	height:25px;
	top:0px;
	padding-top:15px;
	margin:0px;
	background: #ffffff;
	background-image: url("img/graphics/bg-top.gif");
	background-position: top;
	background-repeat: repeat-x;
}


#shade {
	background-image: url("img/graphics/bg-top3.png");
	background-position: top;
	background-repeat: repeat-x;
	border-top:1px solid #dddddd;
	width:100%;
	height:40px;
	position: fixed;
	z-index: 1000;
	padding:0px;
	top:40px;

}


* {
	margin: 0;
	padding: 0;
}

body {
		background: url("../img/bg-lingerie.jpg") #000 repeat top left;
		margin:0;
		padding:0;
		color: #fff;
		font: 14px times new roman;
		overflow:hidden;
		}
img{border: none;}
a {color:#fff;text-decoration:none}
a:hover {color: #fff;text-decoration:none}


#logo {
width: 300px;
height: 80px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -150px;
margin-top: -40px;
z-index:100}

.navmenu {
	background: url(http://clairepettibone.com/images/graphics/bg-nav3.png);
	width: 140px;
	height:auto;
	margin: 0;
	padding-left: 10px;
	padding-top:10px;
	text-transform:uppercase;
	position: absolute;
	float:right;
	top:40px;
	right:28px;
    z-index:100;
	cursor: pointer;
	}  
.navmenu a.menuitem{
	font: 12px times new roman;
	color: #ffffff;
	display: block;
	position: relative; 
	width: auto;
	text-decoration: none;
	cursor: pointer;
			} 
.navmenu .submenuheader, .navmenu a.submenuheader:hover,{
	font: bold 12px times new roman;
	display: block;
	padding:0;
	margin:0;
	cursor: pointer;
			 } 
.navmenu a.menuitem:hover {
 	color: #ffffff;
	font-weight: bold;
            
}
.navmenu .submenu ul { 
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
} 
.navmenu .submenu ul li a {
	display: block;
	font: normal 10px times new roman;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
} 
.navmenu .submenu ul li a:hover {
	color: #ffffff;
	font-weight: bold;
 } 
