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

#pageMenu {
	width:190px;
	text-align:left;
	float:left;
	display:block;
	font-size:10px;
	background:#fff;
	background: url("images/page_menu_bg_strip.png") repeat-x;
}

#pageMenu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
/* style, color and size links and headings to suit */
#pageMenu li a {
	display: block;
	margin: 0;
	padding: 4px 6px;
	background: #A6A6A6 url(../images/bg_menu.gif) bottom left no-repeat;
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	font-weight: normal;
	position: relative;
}
#pageMenu #screensaver_link p {
	display: block;
	margin: 0;
	background: #A6A6A6 url(../images/bg_menu.gif) bottom left no-repeat;
	color: #000000;
	text-decoration: none;
	height: 100px;
	line-height: 18px;
	font-weight: normal;
}

#pageMenu ul li a:hover {
	background: #A6A6A6 url(../images/bg_menu_hi.gif) top left no-repeat;	
	color: #000000;
} 
#pageMenu li {
	position:relative;
}
#pageMenu  ul ul { /* second-level menu items */
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	display:none;
}
#pageMenu ul li:hover ul {
	display:block;
}
#pageMenu .dontmiss {
	background: #A6A6A6 url(../images/bg_menu.gif) bottom left no-repeat;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #8B0000;
	padding-left: 10px;
}
#pageMenu p a {
	display: block;
	background: transparent url(../images/downloadbtn.gif) no-repeat;
	height: 62px;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 3px 5px 5px 10px;
	margin:0;
	text-decoration: none;
}
#pageMenu p a:hover {
	color: #8B0000;
}
#pageMenu strong {
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight:bold;
}
