/* Menu Layout  */
#canvas {float: right; width: 560px;}
/* DEFAULT STYLES FOR NON-DYNAMIC MENU */
/* Note: The top position of the sub-menus is hard coded in the "pupius.co.uk-menu.js" file */
#navigation {width: 560px; height: 36px; margin-top: 69px; clear: both; float: right; background: transparent url(../images/back_nav.jpg) left bottom repeat-x;}
#navigation ul {margin: 0; padding: 0;}
#navigation ul li {display: inline; vertical-align: middle; height: 36px;}
#navigation ul li a,#navigation ul li a:visited {color: #999999;
 display: block; float: left; padding-top: 10px; height: 26px; width: 80px; text-decoration: none; text-align: center; font: normal 14px Arial,Helvetica,sans-serif; margin: 0;}
#navigation ul li a:hover,#navigation ul li.selected a {color: #333333;
 display: block; float: left; padding-top: 10px; height: 26px; width: 80px; background: transparent url(../images/back_nav_on.jpg) repeat-x; text-decoration: none; text-align: center; font: normal 14px Arial,Helvetica,sans-serif; margin: 0;}

.selected {font-weight: bold;}
.normal   {font-weight: normal;}


/* MENU STYLES */
.menutracer {color: #333333; position: absolute; display: block; width: 80px; height: 26px; background: transparent url(../images/back_nav_on.gif) repeat-x; color: #4D5457; 
	vertical-align: middle; padding: 10px 0 0 0; text-decoration: none; text-align: center; margin: 0;}

.menuitem {position: absolute; display: block; height: 26px; width: 80px; vertical-align: middle; padding-top: 10px; text-decoration: none;
	text-align: center; cursor: pointer; color:#363C3F; font: normal 14px Arial,Helvetica,sans-serif;}

.button {width: 72px; height: 18px; border: 0; font: normal 10px Arial,Helvetica,sans-serif; color: #000000; background: transparent url(../images/button.jpg) no-repeat;}

/* over-ride theme style */
.contentSub ul { list-style-type: none; padding: 0; margin: 0; }
.contentSub li { list-style-type: none; padding: 0; margin: 0; }

.weblog_item
{
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

.weblog_list
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 20px;
}

.weblog_list li
{
	padding-left: 16px;
	background-image: url("../images/list_top.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.weblog_item li
{
	padding-left: 16px;
	background-image: url("../images/list.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.weblog_item li:hover
{
	background-image: url("../images/list_hover.gif");
}
