/******************************************************************************/
/*
    © 2005-2008 Grafikstudio
    All rights reserved

    Making *ANY* changes in this document will cause loss of 
    12-month warranty for faultless site functioning and
    free of charge service during warranty period will be no 
    longer available!
    Any changes shoud be first consulted with and accepted by
    Grafikstudio representative.

    Stylesheet for ProCMS visitor-side pages.
    Version 3.0 or greater only.

    * File encoding: UTF-8
	* Predefined objects and template classes can be found in general.css
    * Default text classes definitions can be found in text.css
    * Menu elements classes definitions can be found in menus.css
    * Additional stylesheet for MS Internet Explorer versions lower 
      than 7.0, that overrides following definitions can be found 
      in overrideie.css
*/
/******************************************************************************/
div.menu_main {
}

div.menu_main_link {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/_bg_mainmenu.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #266983;
	padding: 7px 0px;
	padding-left: 45px;
	margin: 0px;
} div.menu_main_linkHover {
	background-color: #dbedf9;
	background-attachment: scroll;
	background-image: url('images/_bg_mainmenu.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #266983;
	padding: 7px 0px;
	padding-left: 45px;
	margin: 0px;
}
a.menu_main_link {
	color: #266983;
	text-decoration: none;
} a.menu_main_link:hover {
	color: #153A48;
	text-decoration: none;
} a.menu_main_linkHover {
	color: #153A48;
	text-decoration: none;
}

div.menu_main_linkEmphasis {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/_bg_mainmenu.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #266983;
	padding: 7px 0px;
	padding-left: 45px;
	margin: 0px;
} div.menu_main_linkEmphasisHover {
	background-color: #dbedf9;
	background-attachment: scroll;
	background-image: url('images/_bg_mainmenu.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #266983;
	padding: 7px 0px;
	padding-left: 45px;
	margin: 0px;
}

a.menu_main_linkEmphasis {
	color: #B72828;
	text-decoration: none;
} a.menu_main_linkEmphasis:hover {
	color: #153A48;
	text-decoration: none;
} a.menu_main_linkEmphasisHover {
	color: #153A48;
	text-decoration: none;
}

div.menu_main_submenuBox {
	padding: 8px 0px;
	padding-left: 13px;
	margin: 0px;
} div.menu_main_submenuBoxHover {
	padding: 8px 0px;
	padding-left: 13px;
	margin: 0px;
}

div.menu_main_sublink {
	margin: 0px;
	font: 11px tahoma;
	padding: 2px 0px;
	padding-left: 20px;
} div.menu_main_sublinkHover {
	margin: 0px;
	font: 11px tahoma;
	padding: 2px 0px;
	padding-left: 20px;
}

a.menu_main_sublink {
	color: #266983;
	text-decoration: none;
} a.menu_main_sublink:hover {
	color: #153A48;
	text-decoration: none;
} a.menu_main_sublinkHover {
	color: #153A48;
	text-decoration: none;
}

div.menu_main_sublinkEmphasis {
	font: 11px tahoma;
	padding: 2px 0px;
	padding-left: 20px;
} div.menu_main_sublinkEmphasisHover {
	font: 11px tahoma;
	padding: 2px 0px;
	padding-left: 20px;
}

a.menu_main_sublinkEmphasis {
	color: #B72828;
	text-decoration: none;
} a.menu_main_sublinkEmphasis:hover {
	color: #153A48;
	text-decoration: none;
} a.menu_main_sublinkEmphasisHover {
	color: #153A48;
	text-decoration: none;
}
