
/*--------------- HORIZANTAL MENU-------------------*/

.dptopmenu{
font: bold 11px Arial;
letter-spacing: 1px;
width: 100%; 
}

.dptopmenu ul{
margin: 0;
padding: 0;
float: right;
width: 80%; /*width of menu*/
border-width: 0 0;
background: white center center repeat-x;
}

.dptopmenu ul li{
display: inline;
}

.dptopmenu ul li a{
float: left;
color: #9C2CB6; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 2px solid #9C2CB6; /*dark purple divider between menu items*/
}

.dptopmenu ul li a:visited{
color: #9C2CB6;
}

.dptopmenu ul li a:hover{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background-image: url(../Images/templatebanners/topmenuback2.jpg);
/*background: #9C2CB6 center center repeat-x;*/
}

.dptopmenu ul li .current{
color: white !important; 
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #9C2CB6 center center repeat-x;
}

.dptopmenu ul li .backbtn{
color: white !important; 
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #000000 center center repeat-x;
}

.dolldescription{
	background: white;
	margin-left: 20%;
	margin-right: 20%;
	padding: 0;
}

.dolldescription li{font: bold 14px;}

.dollpagephotos{
float: none;
margin: 5px 15px 0px 50px;
padding: 10px;
border-style: solid;
border-color: #9C2CB6; /*purple frame*/
border-width: 2px;
}
/*--------------- OTHER -------------------*/
li {list-style-image: url(../Images/bullet2.gif);}

li.menu {list-style-image:none;}

.dollframe {
	position:relative; left: 1em;
	width: 85%;
	
}
