* {margin: 0px; padding: 0px}

body { text-align: center; font-family: Verdana; color: #0070b3} 

#wrapper { margin: 0px auto; width: 850px; text-align: center;}

#content { /*height: 516px;*/ height:557px; width: 850px; padding-top: 2px; background-repeat: no-repeat; text-align: left;}

#nav {height: 42px; width: 745px; text-align: left; padding-left: 105px; z-index: 100}

img { border: 0; }

a { color: #0070b3; text-decoration: none; }


/* Collections subnav */
#dropmenudiv{
margin-left: 60px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #f6fafd;
width: 135px;
visibility: hidden;
display: none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

#dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #5e9dd2;
}

* html #dropmenudiv a{ /*IE only hack*/
width: 100%;
}

#dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #dee7f6;
}





/* Temporary Customization dropdown */
#dropmenudiv2{
margin-top: 0px;
margin-left: 167px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:101;
background-color: #f6fafd;
width: 102px;
visibility: hidden;
display: none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

#dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #5e9dd2;
}

* html #dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

#dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #dee7f6;
}