/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
body {
 font:normal 76% georgia,helvetica,verdana,tahoma,arial,"sans serif";
}
a { color: white; text-decoration: none;}
a:hover { border-bottom: 1px dashed #fff;}
.dialog {
 width:67%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(images/tla.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(images/tra.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(images/bla.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(images/bra.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .dialog pre {
 font-size:1.1em;
}
#menu{
/*	width:700px;*/
	margin:15px 0;
	border:solid #000;
	border-width:12px 0 0 0;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0 15px;
}
#menu li a{
	display:block;
	float:left;
	height:50px;
	color:#747474;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu_010_b.jpg) no-repeat left;
	line-height:50px;
	text-decoration:none;
	padding:0 0 0 25px;
}
#menu li a span{
	display:block;
	float:left;
	height:50px;
	color:#747474;
	line-height:50px;
	cursor:pointer;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(images/menu_010_b_h.jpg) no-repeat left;
	height:50px;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(images/menu_010_pointer.jpg) no-repeat 35% top;
	color:#000;
	height:50px;
}
#menu li a.current{
	display:block;
	float:left;
	height:50px;
	color:#000;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu_010_b_h.jpg) no-repeat left;
	line-height:50px;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(images/menu_010_pointer.jpg) no-repeat 35% top;
	height:50px;
	color:#000;
	line-height:50px;
}