@charset "utf-8";
/* CSS Document */

#menucontent {
	overflow:visible;
	float:left;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:120px;
	margin-bottom: 15px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color: black black black black; /*#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: black /*#704968*/;
text-decoration:none;
margin-bottom: 15px;
}

.buttonmenu li a:visited{
color: white;
margin-bottom: 15px;
}

.buttonmenu li.current a{
color: red;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color: black black black black; /*#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: black /*#704968*/;
text-decoration:none;
margin-bottom: 15px;
}

.buttonmenu li.current a:visited{
color: red;
margin-bottom: 15px;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: black;
	background-color: white /*#CDB4C8*/;
	margin-bottom: 15px;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_seventeen */
.preload17a {
	background: url('images/menu17/pro_seventeen_1a.gif');
}
.preload17b {
	background: url('images/menu17/pro_seventeen_1b.gif');
}

.menu17 {
	margin:0;
	height:40px;
	width:120px; /* fix the width of the list items which would default to 100% */
	position:relative;
	background:url('images/menu17/pro_seventeen_0c.gif') repeat-x left bottom;
	font-size:11px;
	list-style-type:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:0px
}
.menu17 li {
	float:left;
	height:20px;
	width:120px; /*set the width to be the same as the ul width */
	margin-right:0px;
}
.menu17 li a {
	display:block;
	float:left;
	height:35px;
	width:120px; /*set the width to be the same as the ul width */
	line-height:33px;
	color:#333;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	background:url('images/menu17/pro_seventeen_0a.gif') no-repeat;; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
}
.menu17 li a b {
	width:120px; /*set the width to be the same as the ul width */
	float:left;
	display:block;
	background:url('images/menu17/pro_seventeen_0b.gif') no-repeat right top;; padding-left:12px; padding-right:16px; padding-top:0; padding-bottom:5px
}
.menu17 li.current a {
	width:120px; /*set the width to be the same as the ul width */
	color:#000;
	background:url('images/menu17/pro_seventeen_2a.gif') no-repeat;
}
.menu17 li.current a b {
	width:120px; /*set the width to be the same as the ul width */
	background:url('images/menu17/pro_seventeen_2b.gif') no-repeat right top;
}
.menu17 li a:hover {
	color:#000;
	background: url('images/menu17/pro_seventeen_1a.gif') no-repeat;
}
.menu17 li a:hover b {
	background:url('images/menu17/pro_seventeen_1b.gif') no-repeat right top;
}
.menu17 li.current a:hover {
	color:#000;
	background: url('images/menu17/pro_seventeen_2a.gif') no-repeat;
	cursor:default
}
.menu17 li.current a:hover b {
	background:url('images/menu17/pro_seventeen_2b.gif') no-repeat right top;
}

/* -- */
