.DrkMenuList 
{
	margin:0px 20px 10px 20px;
	cursor:pointer;
	text-align:center;	
}

.DrkMenuList a
{
	color:#464646;
	font-weight:bold;
}

.DrkMenuList a.Selected
{
	color:red;
	text-decoration:none;
}

.DrkMenuList a:hover
{
	color:red;
	text-decoration:underline;
}


.DrkMenuList h1, .DrkMenuList h2, .DrkMenuList h3
{
	display:inline;
	font-size:10px;
}

#SubMenuPage
{
	margin:5px auto;
	width:450px;
	height:200px;
	
}

#SubMenuPage td
{
	border-bottom:1px solid #BEBEBE;
}	

#SubMenuPage .Image
{
	width:180px;
	height:200px;
	vertical-align:middle;
	text-align:center;
}

#SubMenuPage .Image a
{
        margin:0px 15px;
        width:150px;
	cursor:pointer;
}

#SubMenuPage .Text
{
	height:200px;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}

#SubMenuPage p
{
	text-align:justify;
}

